home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1191 / 1191.xpi / chrome / reminderfox.jar / skin / reminderfox / schedule.css < prev    next >
Cascading Style Sheet File  |  2008-10-19  |  3KB  |  114 lines

  1. /* --------- iCal Schedule --------- */
  2.  
  3. #attendees
  4. {  list-style-image: url("chrome://reminderfox/skin/schedule/attendees28.png");
  5.      }
  6. #attendees:hover
  7. {   background: #FFF;     }
  8.  
  9.  
  10. #persons   /* this is an empty field element */
  11. {  list-style-image: url("chrome://reminderfox/skin/schedule/schedulePersons_80x60x.png");
  12.    -moz-image-region: rect(0px,20px, 20px,0px);
  13.     }
  14.  
  15. #schRSVP
  16. {  list-style-image: url("chrome://reminderfox/skin/schedule/schedulePersons_80x60x.png");
  17.    -moz-image-region: rect(20px,20px,40px,0px);
  18.     }
  19. #schRSVP:hover
  20. {  background: #FFF;
  21.     }
  22.  
  23. #myRSVP
  24. {  list-style-image: url("chrome://reminderfox/skin/schedule/schedulePersons_80x60x.png");
  25.    -moz-image-region: rect(20px,20px,40px,0px);
  26.    background: #3399FF;   /* light blue */
  27.     }
  28. #myRSVP:hover
  29. {  background: yellow;
  30.     }    
  31.  
  32. #OPTIONAL
  33.  {  list-style-image: url("chrome://reminderfox/skin/schedule/schedulePersons_80x60x.png");
  34.    -moz-image-region: rect(40px,60px, 40px,40px);
  35.     }
  36. #OPTIONAL:hover
  37. {  background: #FFF;
  38.     }
  39.  
  40. #NON-PARTIZIPATION
  41.  {  list-style-image: url("chrome://reminderfox/skin/schedule/schedulePersons_80x60x.png");
  42.    -moz-image-region: rect(40px,80px, 40px,60px);
  43.     }
  44. #NON-PARTIZIPATION:hover
  45. {  background: #FFF;
  46.     }
  47.     
  48.     
  49. #REQUIRED-PARTICIPANT
  50. {  list-style-image: url("chrome://reminderfox/skin/schedule/schedulePersons_80x60x.png");
  51.    -moz-image-region: rect(20px,40px, 40px,20px);
  52.     }
  53. #REQUIRED-PARTICIPANT:hover
  54. {  background: #FFF;
  55.     }
  56. #OPTIONAL-PARTICIPANT
  57. {  list-style-image: url("chrome://reminderfox/skin/schedule/schedulePersons_80x60x.png");
  58.    -moz-image-region: rect(20px,60px, 40px,40px);
  59.     }
  60. #NON-PARTICIPANT
  61. {  list-style-image: url("chrome://reminderfox/skin/schedule/schedulePersons_80x60x.png");
  62.    -moz-image-region: rect(20px,80px, 40px,60px);
  63.     }
  64. #NON-PARTICIPANT:hover
  65. {  background: #FFF;
  66.     }
  67.     
  68. #NEEDS-ACTION
  69. {  list-style-image: url("chrome://reminderfox/skin/schedule/schedulePersons_80x60x.png");
  70.    -moz-image-region: rect(40px,20px, 60px,0px);
  71.     }
  72. #NEEDS-ACTION:hover
  73. {  background: #FFF;
  74.     }    
  75. #Status-ACCEPTED
  76. {  list-style-image: url("chrome://reminderfox/skin/schedule/schedulePersons_80x60x.png");
  77.    -moz-image-region: rect(40px,40px, 60px,20px);
  78.     }
  79. #Status-ACCEPTED:hover
  80. {  background: #FFF;
  81.     }
  82. #Status-TENTATIVE
  83. {  list-style-image: url("chrome://reminderfox/skin/schedule/schedulePersons_80x60x.png");
  84.    -moz-image-region: rect(40px,60px, 60px,40px);
  85.     }
  86. #Status-TENTATIVE:hover
  87. {  background: #FFF;
  88.     }
  89. #Status-DECLINED
  90. {  list-style-image: url("chrome://reminderfox/skin/schedule/schedulePersons_80x60x.png");
  91.    -moz-image-region: rect(40px,80px, 60px,60px);
  92.     }
  93. #Status-DECLINED:hover
  94. {  background: #FFF;
  95.     }
  96.     
  97.     
  98. /*gW  ---  iCal Schedule additions   ----               */
  99.  
  100. #rf-statusMsg {
  101. /*   this is for Status Msg in "Add Reminder" window     */
  102.     font-weight: bold;
  103.     color: blue;
  104. }
  105.  
  106. #rf-iCal-my-Reply-Accept {
  107.     font-weight: bold;
  108.     color: blue;
  109.         }
  110. #rf-iCal-my-Reply-Decline {
  111.     font-weight: bold;
  112.     color: red;
  113. }
  114.